home *** CD-ROM | disk | FTP | other *** search
/ Freelog 47 / Freelog047.iso / Bas / Jeu / Aitchu / Aitchu[1].swf / scripts / frame_41 / DoAction.as
Text File  |  2003-06-10  |  161b  |  7 lines

  1. if(NinjaFromDown._currentframe == NinjaFromDown._totalframes)
  2. {
  3.    Ninja.Direction = G_LEFT_DIRECTION;
  4.    Ninja.Move(G_NO_MOVEMENT);
  5.    gotoAndPlay(56);
  6. }
  7.